| 要返回“实时结果集”对于远程SQL的要求 对于通过passthrough SQ的查询,包括对于一个远程数据库服务器的查询,是否能返回“实时结果集”是受SQL-92标准和其他的与服务器有关的标准限制的。 如果查询中不包含以下的语句,就可以从远程数据库服务器返回“实时结果集”: (1)A DISTINCT clause in the SELECT statement. (2)Aggregate functions, with or without GROUP BY or HAVING clauses. (3)References to more than one base table or updatable views (i.e. joins). (4)Subqueries that reference the table in the FROM clause or other tables. RainBow策划制作 版权所有 |